CopyMethod Constructor (String, String) |
Initializes a new instance of the CopyMethod class with specified source and destination.
Namespace:
Independentsoft.Webdav.Methods
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic CopyMethod(
string source,
string destination
)
Public Sub New (
source As String,
destination As String
)
Parameters
- source
- Type: SystemString
The URI of the resource to copy. - destination
- Type: SystemString
The URI of the destination resource.
See Also